home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / music_utilities / pt144.dms / pt144.adf / MIDI_Playground-1.03 / SourceCode / version.h < prev    next >
C/C++ Source or Header  |  1993-01-23  |  662b  |  22 lines

  1. /**************************************************************************
  2. * version.h:    The version number.
  3. *        Part of MP, the MIDI Playground.
  4. *
  5. * Author:    Daniel Barrett
  6. * Version:    See the file "version.h".
  7. * Copyright:    None!  This program is in the Public Domain.
  8. *        Please share it with others.
  9. ***************************************************************************/
  10.  
  11.     
  12. #ifndef _VERSION_H
  13.  
  14. /**************************************************************************
  15. * Program version number.
  16. **************************************************************************/
  17.     
  18. #define    VERSION        "1.03"
  19. #define    VERSION_DATE    "(21.1.93)"
  20.     
  21. #endif /* _VERSION_H */
  22.